home *** CD-ROM | disk | FTP | other *** search
- stop();
- if(!starburstVisible)
- {
- starburst.swapDepths(this.getNextHighestDepth());
- starburst.removeMovieClip();
- }
- instructions_btn.onRelease = function()
- {
- gotoAndStop("instructions");
- };
- play_btn.onRelease = function()
- {
- _global.npbTracker.recordEvent("LoadSection::StartGame");
- gotoAndStop("game");
- gameStarted = true;
- container_mc.GameBase.restartGame();
- };
- sendToAFriend_btn.onRelease = function()
- {
- getUrl("mailto:you@somedomain.com", "");
- };
-